home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 July: Mac OS SDK / Dev.CD Jul 96 SDK / Dev.CD Jul 96 SDK1.toast / Development Kits (Disc 1) / Apple Game Sprockets / Examples / Soundboard / CAttachment.h < prev    next >
Encoding:
Text File  |  1996-05-16  |  651 b   |  23 lines  |  [TEXT/CWIE]

  1. // ===========================================================================
  2. //    CAttachment.h                ©1995 Apple Computer, Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5. #pragma once
  6.  
  7. #include <LAttachment.h>
  8.  
  9.  
  10. // ===========================================================================
  11. // • C3DBorderAttachment                                 C3DBorderAttachment •
  12. // ===========================================================================
  13.  
  14. class    C3DBorderAttachment : public LAttachment {
  15. public:
  16.             C3DBorderAttachment(void);
  17.             
  18. protected:
  19.     virtual void    ExecuteSelf(MessageT inMessage, void *ioParam);
  20. };
  21.  
  22.  
  23.